home *** CD-ROM | disk | FTP | other *** search
/ PC Master 1 / PC Master 1.iso / tech / scordemo / studio.drv / roland / sc_88 / final.$xt / final.TXT
Encoding:
Text File  |  1996-08-22  |  2.8 KB  |  63 lines

  1. Cubase Studio Module Driver for Roland SC-88    Alan Baxter Feb. 27/95
  2.  
  3. Note that the DRIVER NAMES on disk, are pointed to from within the program.
  4. If you were to change the filename, the file would not be found
  5. when you attempt in the case of the 2   x versions, to update
  6. EDITABLE NAMES in the driver file itself.
  7. DO NOT CHANGE THE FILENAMES.
  8.  
  9. In all driver source, the DEVICE NAME is the same as the FILENAME in
  10. Global Settings, thus all drivers appear differently to Cubase as required.
  11. They must each have a unique device name.
  12. These will be shortened to:
  13.  
  14. A1
  15. A2
  16. B1
  17. B2
  18.  
  19.  
  20.  
  21. SC_88.D .DEV            for assigning to Port A, has Sounds1 and DUMP ALL
  22.                         Only driver that does Sysex DUMP of type ALL
  23.  
  24. SC_88X.D .DEV           for assigning to Port A, has Sounds2
  25.                         has 256 USER PROG. Sounds with editable names
  26.  
  27. SC_88B.D .DEV           for assigning to Port B, has Sounds1
  28.                                    
  29. SC_88BX.D .DEV          for assigning to Port B, has Sounds2
  30.                         has 256 USER PROG. Sounds with editable names
  31.  
  32. Dumps are done from the SC_88.DEV driver only.
  33. They are best done from the Modules Menu entry method into Patch Manager.
  34.  
  35.  
  36. SC-88 Studio Module support had to be done using 2 (and 4) Drivers 
  37. since the Studio module can only display 16 sub-banks per driver.
  38.  
  39. If you are using only 16 Channels (you can assign B Parts to A channels and
  40. still get 32 Parts) i.e.-  1 MIDI Port, you may only ant to use 1 driver.
  41. The SC_88 supports the MAIN Bank and USER DRUMS, all VARIATIONS except
  42. for 7 of them, which means there are 16 (mostly mundane) sounds you
  43. can't select via this driver. (Select them manually.) That's what the
  44. 2nd driver for each port is for. For Port A the SC_88x.dev driver
  45. supports the 7 banks missing in the main driver, and it also adds the 
  46. 2 USER PROGRAMMBLE SOUND banks, for 256 more sounds. The names are
  47. blank at present but you can name them in the Patch Window and save and load
  48. them. To edit them, hold ALT and douob;e-click on the Patch Name slot.
  49.  
  50. There are many reasons why I chose this driver philosophy, based on my
  51. experience with multitimbral modules and practical realizations about
  52. what takes place over time after you start a song and keep enhacing it.
  53. Rather than start a song with a single driver on 1 port, and have to alter
  54. my sysex dump strategy later, I decided to always do dumps of type ALL.
  55. The file is only 25k which is reasonable considering it saves the entire
  56. state of the module. It takes about 15 sec. to do a dump.
  57.  
  58. Note: In all 4 ver. I've seen so far of theStudio Module (Windos Ver.)
  59. the AUTOSEND on Song Load does not work. It ALAYS does 1 of 2 things.
  60. It either does nothing quietly, or it crashes Windows to DOS. Beware.
  61. Do Global Sends from the menu only.
  62.  
  63.